PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEnableContentExtractionForAccessibility Method
True if the user can extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
In This Topic
    setEnableContentExtractionForAccessibility Method
    In This Topic
    Sets a value indicating whether the user can extract the content of the document in support of accessibility.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public void setEnableContentExtractionForAccessibility( 
       boolean value
    )

    Parameters

    value
    True if the user can extract text and graphics (in support of accessibility to users with disabilities or for other purposes).
    See Also